Add one more paragraph
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Sep 2007 17:32:52 +0000 (17:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Sep 2007 17:32:52 +0000 (17:32 +0000)
svn path=/trunk/; revision=18788

docs/reference/ChangeLog
docs/reference/gtk/migrating-GtkBuilder.sgml

index dc4ce0568fcf9dbf9fe32eec032bd5eb3f280597..fa9c8dab05ff3befea2a055dabb52d0ef351d496 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/migrating-GtkBuilder.sgml: Add a paragraph about
+       using gtk-builder-convert.
+
 2007-09-07  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtkprintunixdialog.sgml: Additions
index 2806ff90273d53921b8d8cae487c21502980d11d..721392e3877c6bf4f53df02b7aed8fbebba8ec89 100644 (file)
@@ -8,6 +8,16 @@
     provided by #GladeXML in the libglade library.
   </para>
 
+  <para>
+    A good way to start a migration from libglade to GtkBuilder is
+    to run the <link linkend="gtk-builder-convert">gtk-builder-convert</link>
+    utility on your glade file, and inspect the resulting output.
+    If your code uses the @root parameter of glade_xml_new(), you 
+    may want to split your glade file into multiple GtkBuilder files
+    by using the <option>--root</option> option of 
+    <application>gtk-builder-convert</application>.
+  </para>
+
   <para>
     While GtkBuilder strives to be a complete replacement for
     libglade, there are a number of areas where it is currently
@@ -21,9 +31,8 @@
         to implement, see 
         <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=447998">bug 
         447998</ulink>. As a workaround, you can split your glade file 
-        into multiple GtkBuilder input files. The 
-        <application>gtk-builder-convert</application> conversion script 
-        has a <option>--root</option> option that can help with this.
+        into multiple GtkBuilder input files using the <option>--root</option>
+        that was mentioned above.
       </para></listitem>
 
       <listitem><para>